home *** CD-ROM | disk | FTP | other *** search
- I thought that if you used a negative number in the Rnd() function,
- it would return the same number as it did for the last Rnd() call. Therefore,
- you would not get the same set of random numbers 10 times, you would get 10
- sets of numbers, each set containing 10 of the same random number, each set
- possibly being composed of a different repeated number.
-
-